-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: at_commons changes for setting isEncrypted for both true and false #669
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Given that
isEncrypted
defaults to false today - Then an app built with an older version of at_client but this version of at_commons will start emitting 'isEncrypted:false' in the metadata even though the data will actually be encrypted
- Can you think through the ramifications of this please, @murali-shris - do we need an at_commons major version change?
Right Gary. Older version of atClient with latest at_commons version will have encrypted data with isEncrypted false. |
packages/at_commons/CHANGELOG.md
Outdated
@@ -1,4 +1,5 @@ | |||
## 4.1.3 | |||
## 5.0.0 | |||
- [Breaking Change]feat: Add isEncrypted flag to update verb metadata for both true and false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to "Emit the isEncrypted
value in the metadata if it is false"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
- What I did
- How I did it
- How to verify it